type runtime.specialReachable
6 uses
runtime (current package)
mgc.go#L1650: specials := make([]*specialReachable, len(ptrs))
mgc.go#L1653: s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
mgcsweep.go#L554: (*specialReachable)(unsafe.Pointer(special)).reachable = true
mheap.go#L705: h.specialReachableAlloc.init(unsafe.Sizeof(specialReachable{}), nil, nil, &memstats.other_sys)
mheap.go#L1882: type specialReachable struct {
mheap.go#L1933: sp := (*specialReachable)(unsafe.Pointer(s))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)